From 06aee5e9293404440dc5d4db5332566edecb6be8 Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Tue, 12 Oct 2021 10:08:53 +0200 Subject: [PATCH] Fix 92_proj8.patch Gbp-Dch: ignore --- debian/patches/92_proj8.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/patches/92_proj8.patch b/debian/patches/92_proj8.patch index 37b13554f..5f4f6bb0b 100644 --- a/debian/patches/92_proj8.patch +++ b/debian/patches/92_proj8.patch @@ -45,10 +45,10 @@ index 7ff6526a5d3..0a0d06eba19 100644 +#else this->Projection = pj_init_plus(this->PROJ4String); +#endif - if (!this->Projection) - { - vtkErrorMacro("Cannot set projection with string " << this->PROJ4String); -@@ -234,8 +246,11 @@ int vtkGeoProjection::UpdateProjection() + } + else + { +@@ -230,8 +242,11 @@ int vtkGeoProjection::UpdateProjection() stringHolder[i] = param.str(); pjArgs[3 + i] = stringHolder[i].c_str(); } -- 2.30.2